home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / hardware / gm1507 / shapes.inc < prev    next >
Encoding:
Text File  |  1994-10-27  |  562 b   |  13 lines

  1. { Some useful pointer shapes - not state-of-the-art, but looks almost alike
  2.   objects they represent :) }
  3.  
  4. const
  5.  
  6.  
  7.     SandClockANDMask : array[0..15] of Byte = ($FF,$00,$00,$81,$81,$81,$81,$C3,$C3,$81,$81,$81,$81,$00,$FF,$FF);
  8.     SandClockORMask  : array[0..15] of Byte = ($00,$00,$FF,$42,$42,$7E,$7E,$3C,$24,$42,$5A,$7E,$7E,$FF,$00,$00);
  9.  
  10.     ClockANDMask     : array[0..15] of Byte = ($FF,$FF,$00,$00,$00,$00,$00,$00,$00,$7E,$00,$00,$FF,$FF,$FF,$FF);
  11.     ClockORMask     : array[0..15] of Byte = ($00,$00,$00,$FF,$C3,$81,$9D,$91,$E3,$3C,$FF,$00,$00,$00,$00,$00);
  12.  
  13.